# Sentry Skill: Integrating Production Error Troubleshooting into AI Agent Workflows
Sentry is an Agent Skill maintained by OpenAI in the curated directory of the openai/skills repository, which enables read-only observability queries via the official Sentry CLI: listing unresolved issues, viewing event details, and calling issue explain/plan to generate root cause analysis and repair suggestions. This article introduces its positioning, core commands, installation methods for both the CLI and the Skill (Codex's $skill-installer and Cursor's .cursor/skills), as well as precautions including the default 24-hour production environment query scope, JSON output format and security desensitization, which is suitable for DevOps/SRE to integrate online troubleshooting into AI workflows.
Read More